home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr14 / l370fix1.zip / LODFIX.DOC < prev   
Text File  |  1993-05-07  |  1KB  |  43 lines

  1. LOD 3.70 BUG LIST
  2. -----------------
  3.  
  4. Files included:
  5.  
  6.     CUSTOM.EXE - Replacement custom.exe - the sysop customization program
  7.     CUSTOM.DOC - Replacement docs for the above
  8.  
  9.  
  10. KNOWN BUGS
  11. ----------
  12.  
  13. PROBLEM:  Miniraft stops working after CUSTOM.EXE/COMPILE.EXE are run.
  14.  
  15. CAUSE:    There was a bug in CUSTOM.EXE where it didn't understand how the
  16.           new river terrain types worked. The "Passable" parameter should
  17.           have had three fields, "Y", "N", and "W" (for water), but it
  18.           only had two.
  19.  
  20. SOLUTION: The problem in CUSTOM.EXE has been fixed and the revised
  21.           CUSTOM.EXE is included in this file. You will need to do
  22.           the following:
  23.  
  24.               1) Either use the new CUSTOM.EXE program to change the
  25.                  RIVER and LAKE types. You will need to change their
  26.                  "passable" parameter from "N" to "W".
  27.  
  28.                  or
  29.  
  30.                  You can unzip the STANDARD.ZIP and overwrite the
  31.                  terrain.def file.
  32.  
  33.               2) Re-run COMPILE.EXE to compile the changes.
  34.  
  35.  
  36. - - -
  37.  
  38.  
  39. PROBLEM:  You can't edit terrain types above 30 with CUSTOM.EXE.
  40.  
  41. CAUSE:    I had a "30" where a "50" should be in the source code.
  42.  
  43. SOLUTION: Use the new CUSTOM.EXE included with this archive.